-
Notifications
You must be signed in to change notification settings - Fork 23
Conversation
Hmm. Lots of problems.
32-bit linux builds are failing on
@seiko2plus any ideas? I seem to have deja-vu, we had this problem and then fixed it once. Also, on 32-bits, there are gcc warnings when building, I opened cython/cython#3768. I don't see this on the numpy/numpy builds, perhaps it is connected to using the manylinux1 docker. |
cd04513
to
b27d668
Compare
6d5e867
to
d140e54
Compare
It seems the Azure pipeline images do not have CPython3.9 beta versions. There is a github action that can install them, but it is only available on github actions, not Azure pipelines. Took me a few tries to understand the difference. xref actions/runner-images#912 |
I temporarily disabled Travis webhook while I play with Azure |
Now the 3.9 test image (xenial from this repo) is missing libffi-dev, which is needed to build cffi, which is needed since there is no wheel for cffi. I wonder if we could split the |
Weird, |
The compiler that had been used on this test doesn't support AVX2 throught target attribute The current avx2 tests assuming the compiler support of AVX2 on Linux, the best way to get rid of such errors like this is by moving the Should I give it my first priority and work on it as a pre-step before totally moving to universal intrinsics? |
Re-activated travis, I forgot I had disabled it. |
@seiko2plus what is the minimum gcc version for that support? |
@mattip, it seems |
Why are random people approving changes and what does that even mean? |
Beats me, I just ignore it. |
Close/reopen to start over |
On travis, the arm64 python 3.9 run is green (pypy3 is failing) |
The failures aren't new. How about we make nightly wheels with this and tell people that want to test to use manylinux2010. I suspect that some of the many manylinux1 downloads are tests with pip pinned after the version 20.0 problems. |
Ok, so this is ready for merging. Just they should only test with
The same problem: if we don't have suitable binary wheels, their CI will suddenly start building from source. Maybe we should send out a service announcement encouraging people to put |
Sounds reasonable. Does pip check for supported versions before building from source? We don't yet list 3.9 in the |
Thanks Matti. |
Let's try this. manylinux has support, but maybe the test images do not (on linux). The chances Azure supports it for macOS and windows are slim.